home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / mac / Programs / Netfinder.sit / Netfinder / NetFinder Sound_Speech Data < prev    next >
Text File  |  1997-09-07  |  3KB  |  97 lines

  1. ; ----------------- NetFinder Speech Configuration File -------------------
  2. ;
  3. ; Lines starting with ";" are comments, and are ignored.
  4. ;
  5. ; Just edit the string between the quotes to get NF to speak
  6. ; at certain times. Leave blank to not speak anything (or comment out).
  7. ; DO NOT change the tags, or they will be skipped/ignored!
  8. ; NOTE: Most items have been commented out as it slows down performance.
  9. ;
  10. ; POWERUSERS: if you want to play sounds instead of using the speech manager
  11. ;             simply replace the double quotes with the resource ID of the sound
  12. ;             you wish to play from this files' resource fork. ('snd ' resource)
  13. ; Format: generally the format is as follows:
  14. ;         Sxxx, xxx1, xxx0, xxxA, where xxx is a code, and S = initiate operation
  15. ;         1 = successful operation, 0 = failed operation, A = aborted operation.
  16. ;
  17. ; <CODE>="string to speak"     <-- to use the speech manager (if installed)
  18. ; <CODE>=123                   <-- to use the sound mamager (if resource available)
  19.  
  20. ; do not change this line:
  21. PKID=3000
  22.  
  23. ; Connection
  24. SCon="Establishing Connection."
  25. Con1="Connection established."
  26. ;Con1=112 ; "all right!"
  27. Con0="Connection Failed."
  28. ConA="Connection Aborted."
  29. ;ConB="Bad username or password."
  30. ;ConB=135    <--- plays 'snd ' 135 when ";" is removed (but you need to put ";" in front of the line above!)
  31. ConB=135 ; "idiot"
  32.  
  33. ; played when partial file support is identified
  34. PFS1="Cool! This site supports partial files."
  35. ;PFS1=126 ; "wow"
  36. PFS0="Bummer! No partial file support."
  37.  
  38. ; played when server type is identified.
  39. UNIX="Server is a unix machine"
  40. aMAC="Server is a mac"
  41. aDOS="Server is a PC"
  42. aVMS="Server is a VMS machine"
  43.  
  44. ; Disconnect
  45. DCon="Disconnecting."
  46.  
  47. ; Upload File
  48. SUpl="Upload initiated."
  49. ;Upl1="upload complete."
  50. Upl1=111 ; "bing"
  51. Upl0="upload failed."
  52. UplA="upload a-borted."
  53.  
  54. ; Download File
  55. SDld="download initiated."
  56. ;Dld1="download complete."
  57. Dld1=111 ; "bing"
  58. Dld0="download failed."
  59. DldA="download a-borted."
  60.  
  61. ; Remote Copy
  62. SRCP="remote copy initiated."
  63. RCP1="remote copy complete."
  64. RCP0="remote copy failed."
  65. RCPA="remote copy a-borted."
  66.  
  67. ; Change Permissions
  68. SCMD="Change Permissions initiated."
  69. CMD1="Permissions changed."
  70. CMD0="Unable to change permissions."
  71. CMDA="Set permissions a-borted."
  72.  
  73. ; Delete file/folder
  74. SDEL="Delete initiated."
  75. DEL1="Delete successful."
  76. DEL0="delete failed."
  77. DELA="delete a-borted."
  78.  
  79. ; Rename/Move file/folder
  80. SREN="Change initiated."
  81. REN1="Action successful."
  82. REN0="operation failed."
  83. RENA="operation a-borted."
  84.  
  85. ; Aborting
  86. ;ABOR="abort initiated"
  87. ABOR=120 ; "buzz"
  88.  
  89. ; Sound Resource Reference
  90. ; 111="bing"
  91. ; 112="all right!"
  92. ; 120="buzz"
  93. ; 126="wow"
  94. ; 135="idiot"
  95.